Vector Pen Table Structure
The vector pen table structure, of data typegxPenTable
, defines the pens that are available for a pen table on a vector device. This structure is used with the vector imaging system structure, which is described on page 4-32, and with theGXVectorLoadPens
message, which is described on page 4-128.
struct gxPenTable { long numPens; gxPenTableEntry pens[1]; }; typedef struct gxPenTable gxPenTable, *gxPenTablePtr, **gxPenTableHdl;
Field Description
numPens
- The number of pen table entry structures in the
pens
array.pens
- An array of pen table entry structures, with one entry for each pen that is available in this pen table.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help